home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
source
/
macify13.shr
/
macify.hqx
/
Source
/
Macify Code
/
macify.h
< prev
Wrap
Text File
|
1991-03-15
|
718b
|
15 lines
/***************************************************************************
** **
** Special defines for MACIFY **
** **
***************************************************************************/
/* Defines for the charcters we'll be converting */
#define UNIX_EOL 0x0a /* UNIX end-of-line character */
#define MAC_EOL '\n' /* Mac end-of-line character */
/* Define for bell character (to be used when file is done) */
#define BELL 0x07 /* bell character (Ctrl-G) */
/* That's it! */